Public MustOverride Function GetPrimaryKeys( _ ByVal indexValue As Object _ ) As List(Of Long)
Dim instance As BaseSingleIndex(Of T,TIndex) Dim indexValue As Object Dim value As List(Of Long) value = instance.GetPrimaryKeys(indexValue)
public abstract List<long> GetPrimaryKeys( object indexValue )
public: abstract List<int64>^ GetPrimaryKeys( Object^ indexValue )
Parameters
- indexValue